home *** CD-ROM | disk | FTP | other *** search
Text File | 2001-03-01 | 1.1 KB | 16 lines | [TEXT/ToyS] |
- set theDialog to {size:{273, 139}, style:standard window, closeable:true, name:"Coffee", default item:12, contents:{¬
- {class:group box, name:"Order", bounds:{65, 13, 255, 88}}, ¬
- {class:icon, bounds:{16, 22, 48, 54}, contents:6001}, ¬
- {class:check box, bounds:{75, 32, 125, 48}, name:"Coffee", value:true}, ¬
- {class:radio button, bounds:{130, 32, 180, 48}, name:"Weak", value:true}, ¬
- {class:radio button, bounds:{184, 32, 244, 48}, name:"Strong", value:false}, ¬
- {class:check box, bounds:{75, 48, 125, 64}, name:"Milk", value:false}, ¬
- {class:radio button, bounds:{130, 48, 180, 64}, name:"Single", value:true}, ¬
- {class:radio button, bounds:{184, 48, 244, 64}, name:"Double", value:false}, ¬
- {class:check box, bounds:{75, 64, 125, 80}, name:"Sugar", value:false}, ¬
- {class:radio button, bounds:{130, 64, 180, 80}, name:"One", value:true}, ¬
- {class:radio button, bounds:{184, 64, 244, 80}, name:"Two", value:false}, ¬
- {class:push button, bounds:{187, 103, 253, 123}, name:"Order"}, ¬
- {class:push button, bounds:{107, 103, 173, 123}, name:"Cancel"}}}
-
- dd auto dialog theDialog with fonts {name:"Geneva", size:10} with grayscale